Q3ElementType_GetElementSize
You can use theQ3ElementType_GetElementSize
function to get the size of an application-defined element type.
TQ3Status Q3ElementType_GetElementSize ( TQ3ElementType elementType, unsigned long *sizeOfElement);
elementType
- An element type.
sizeOfElement
- On exit, the number of bytes occupied by an element of the specified element object class.
DESCRIPTION
TheQ3ElementType_GetElementSize
function returns, in thesizeOfElement
parameter, the number of bytes occupied by an element of the type specified by theelementType
parameter.